在watch的对象前加上两个冒号'::'就能实现只watch一次

$scope.$watch('::something', function() {
    ...
});

Doyle
844 声望16 粉丝

前端, angular, vue